SyPersonAddress 
Logical Entity Name  SyPersonAddress 
Default Table Name  SyPersonAddress 
Physical Only  NO 
Definition 
 
Note 
 

SyPersonAddress Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SyPersonAddressId(PK)    int  NO 
 
SyPersonId(FK)    int  NO 
 
SyAddrTypeId(FK)    int  YES 
 
CVueSourceTypeId    int  YES 
1 - StaffAddress; 2 - StaffWorkAddress ; 3 - SyAddress ; 4 - SyStudentAddress ; 5 - PlEmployerContact ; 6 - SyOrganizationContact
 
StreetAddress    nvarchar(300)  YES 
 
City    nvarchar(30)  YES 
 
State    nvarchar(2)  YES 
 
Zip    nvarchar(20)  YES 
 
SyCountryId(FK)    int  YES 
 
SyCountyId(FK)    int  YES 
 
YearsAtAddress    numeric(9, 1)  YES 
 
EffectiveBeginDate    datetime  YES 
 
EffectiveEndDate    datetime  YES 
 
IsValid    bit  YES 
 
IsSeasonal    bit  YES 
 
Note    nvarchar(4000)  YES 
 
IsPrimary    bit  NO 
 
IsActive    bit  NO 
 
UserId    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 
RecordId    int  YES 
 

SyPersonAddress Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SyPersonAddress  PrimaryKey  SyPersonAddressId 

SyPersonAddress Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
syAddrType  Non-Identifying  Zero or One to Zero or More  FK_SyPersonAddress_syAddrTypeId_syAddrType_syAddrTypeId      SyAddrTypeId  NO  YES 
SyCountry  Non-Identifying  Zero or One to Zero or More  FK_SyPersonAddress_SyCountryId_SyCountry_SyCountryId      SyCountryId  NO  YES 
SyCounty  Non-Identifying  Zero or One to Zero or More  FK_SyPersonAddress_SyCountyId_SyCounty_SyCountyId      SyCountyId  NO  YES 
SyPerson  Non-Identifying  One To Zero or More  FK_SyPersonAddress_SyPersonId_SyPerson_SyPersonId      SyPersonId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

SyPersonAddress Check Constraints 
Check Constraint Name  CheckConstraint